POST
/
nous
/
ab-testing
/
experiments
/
activate
curl --request POST \
  --url https://api.sophra.org/api/nous/ab-testing/experiments/activate \
  --header 'Content-Type: application/json' \
  --data '{
  "experimentId": "{{testId}}"
}'
"<any>"

Body

application/json · object

Response

200 - application/json

Successful response

The response is of type any.